projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0191760
)
Trivial typo fix
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 11 Dec 2013 04:02:33 +0000
(23:02 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 11 Dec 2013 04:03:12 +0000
(23:03 -0500)
gtk/gtkheaderbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkheaderbar.c
b/gtk/gtkheaderbar.c
index 2e5f3e2f30d0439dbc5c601b91b7c8543e87f2b7..3fba3c2b83c8d64616a3d988c72a3095d5676a77 100644
(file)
--- a/
gtk/gtkheaderbar.c
+++ b/
gtk/gtkheaderbar.c
@@
-1729,7
+1729,7
@@
gtk_header_bar_class_init (GtkHeaderBarClass *class)
g_object_class_install_property (object_class,
PROP_SUBTITLE,
g_param_spec_string ("subtitle",
- P_("Subitle"),
+ P_("Sub
t
itle"),
P_("The subtitle to display"),
NULL,
G_PARAM_READWRITE));